getDefaultDimensions method
Get component-specific default dimensions. Returns a record with (width, height, paddingH, paddingV).
Implementation
@override
({double width, double height, double paddingH, double paddingV})
getDefaultDimensions() {
return (width: 350.0, height: 250.0, paddingH: 32.0, paddingV: 32.0);
}