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