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