debugShowMaterialGrid property
Implementation
@Deprecated('Should not be an exposed property')
bool get debugShowMaterialGrid =>
_debugShowMaterialGrid ?? onDebugShowMaterialGrid() ?? false;
- @Deprecated('Should not be a readily available capability')
inherited
Implementation
@Deprecated('Should not be a readily available capability')
set debugShowMaterialGrid(bool? debug) {
if (debug != null) {
_debugShowMaterialGrid = debug;
}
}