Answers for "App Bar border flutter"

0

App Bar border flutter

AppBar(
  shape: Border(
    bottom: BorderSide(
      color: Colors.orange,
      width: 4
    )
  ),
  elevation: 4,
  /* ... */
)
Posted by: Guest on March-14-2022

Browse Popular Code Answers by Language