menu
ketchup_ui package
documentation
model/layer.dart
ContextPainterObject
asBackground method
asBackground method
dark_mode
light_mode
asBackground
method
CustomPaint
asBackground
(
{
Widget
?
child
,
})
Implementation
CustomPaint asBackground({Widget? child}){ return CustomPaint(painter: this, child: child); }
ketchup_ui package
documentation
model/layer
ContextPainterObject
asBackground method
ContextPainterObject class