menu
iconoir_flutter package
documentation
regular/border_out.dart
BorderOut
BorderOut const constructor
BorderOut const constructor
dark_mode
light_mode
BorderOut
constructor
const
BorderOut
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const BorderOut({widgets.Key? key, this.color, this.width, this.height}) : super(key: key);
iconoir_flutter package
documentation
regular/border_out
BorderOut
BorderOut const constructor
BorderOut class