menu
flutter_risk_detector package
documentation
analyzers/overflow/overflow_analyzer.dart
OverflowAnalyzer
isOverflow static method
isOverflow static method
dark_mode
light_mode
isOverflow
static method
bool
isOverflow
(
String
error
)
Implementation
static bool isOverflow(String error) => error.contains('RenderFlex overflowed');
flutter_risk_detector package
documentation
analyzers/overflow/overflow_analyzer
OverflowAnalyzer
isOverflow static method
OverflowAnalyzer class