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