showGrid property
bool?
get
showGrid
Implementation
_i2.bool? get showGrid => _i4.getProperty(
this,
'showGrid',
);
set
showGrid
(bool? value)
Implementation
set showGrid(_i2.bool? value) {
_i4.setProperty(
this,
'showGrid',
value ?? _i5.undefined,
);
}