menu
naki_ui package
documentation
theme.dart
Dim
Dim.percent const constructor
Dim.percent const constructor
dark_mode
light_mode
Dim.percent
constructor
const
Dim.percent
(
double
?
value
, [
bool
important
=
false
])
Percentage unit.
Implementation
const Dim.percent(this.value, [this.important = false]) : unit = '%';
naki_ui package
documentation
theme
Dim
Dim.percent const constructor
Dim class