menu
entao_hare package
documentation
dialog/dialog.dart
DialogWidth
fixed static method
fixed static method
dark_mode
light_mode
fixed
static method
DialogWidth
fixed
(
double
w
)
Implementation
static DialogWidth fixed(double w) { assert(w > 0); return DialogWidth._(w); }
entao_hare package
documentation
dialog/dialog
DialogWidth
fixed static method
DialogWidth class