menu
bones_ui package
documentation
bones_ui_test.dart
Label<T extends num>
Label constructor
Label constructor
dark_mode
light_mode
Label<
T extends num
>
constructor
Label<
T extends num
>
(
String
label
,
T
left
,
T
top
,
T
width
,
T
height
, [
Color
?
color
,
])
Implementation
Label(this.label, T left, T top, T width, T height, [this.color]) : super(left, top, width, height);
bones_ui package
documentation
bones_ui_test
Label<T extends num>
Label constructor
Label class