menu
entao_hare package
documentation
widgets/widgets.dart
PaintWidget
shouldRepaint method
shouldRepaint method
dark_mode
light_mode
shouldRepaint
method
bool
shouldRepaint
(
covariant
CustomPainter
oldDelegate
)
Implementation
bool shouldRepaint(covariant CustomPainter oldDelegate) { return true; }
entao_hare package
documentation
widgets/widgets
PaintWidget
shouldRepaint method
PaintWidget class