Answers for "flutter appbar icon button remove paddin"

1

remove iconbutton padding flutter

Container(
  padding: const EdgeInsets.all(0.0),
  width: 30.0, // you can adjust the width as you need
  child: IconButton(
  ),
),
Posted by: Guest on May-19-2021

Code answers related to "flutter appbar icon button remove paddin"

Browse Popular Code Answers by Language