Answers for "flutter expansiontile border radius"

0

rounded expansion tile flutter

Just wrap it with a ClipRRect widget, it allows you to set a border radius for any widget.
Posted by: Guest on October-19-2021
-1

flutter border between expansiontile

Theme(
  data: Theme.of(context).copyWith(dividerColor: Colors.transparent),
  child: ExpansionTile()
)
Posted by: Guest on March-26-2021

Code answers related to "flutter expansiontile border radius"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language