menu
iconoir_flutter package
documentation
add_frame.dart
AddFrame
AddFrame.new const constructor
AddFrame.new const constructor
dark_mode
light_mode
AddFrame
constructor
const
AddFrame
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const AddFrame({Key? key, this.color, this.width, this.height}) : super(key: key);
iconoir_flutter package
documentation
add_frame
AddFrame
AddFrame.new const constructor
AddFrame class