menu
element_core package
documentation
widgets.dart
ElPaint
ElPaint.new const constructor
ElPaint.new const constructor
dark_mode
light_mode
ElPaint
constructor
const
ElPaint
(
{
Key
?
key
,
bool
?
disabled
,
Widget
?
child
,
})
Implementation
const ElPaint({super.key, this.disabled, super.child});
element_core package
documentation
widgets
ElPaint
ElPaint.new const constructor
ElPaint class