menu
iconoir_flutter package
documentation
solid/reports.dart
ReportsSolid
ReportsSolid const constructor
ReportsSolid const constructor
dark_mode
light_mode
ReportsSolid
constructor
const
ReportsSolid
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const
ReportsSolid({widgets.Key? key,
this
.color,
this
.width,
this
.height}) :
super
(key: key);
iconoir_flutter package
documentation
solid/reports
ReportsSolid
ReportsSolid const constructor
ReportsSolid class
Constructors
ReportsSolid
Properties
color
hashCode
height
key
runtimeType
width
Methods
build
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==