find_dropdown icon indicating copy to clipboard operation
find_dropdown copied to clipboard

Add border width

Open OptionSistemas opened this issue 4 years ago • 0 comments

Please, can you add border width to BoxDecoration in next version?

decoration: BoxDecoration(
 color: Colors.white,
 border: Border.all(
 width: 1,
color: Theme.of(context).dividerColor,
 ),
borderRadius: BorderRadius.circular(4.0),
),

Thanks

OptionSistemas avatar Jun 23 '20 15:06 OptionSistemas