menu
velix_ui package
documentation
dialog/dialog.dart
Dialog<T extends Dialog<T>>
type method
type method
dark_mode
light_mode
type
method
T
type
(
DialogType
type
)
Implementation
T type(DialogType type) { dialogType = type; return this as T; }
velix_ui package
documentation
dialog/dialog
Dialog<T extends Dialog<T>>
type method
Dialog class