menu
healthicons_flutter package
documentation
filled/t.dart
T
T.new const constructor
T.new const constructor
dark_mode
light_mode
T
constructor
const
T
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const T({widgets.Key? key, this.color, this.width, this.height}) : super(key: key);
healthicons_flutter package
documentation
filled/t
T
T.new const constructor
T class