frame property
String
get
frame
Sets or retrieves the way the border frame around the table is displayed. @deprecated
Implementation
_i2.String get frame => _i4.getProperty(
this,
'frame',
);
set
frame
(String value)
Implementation
set frame(_i2.String value) {
_i4.setProperty(
this,
'frame',
value,
);
}