getDefaultDimensions abstract method
Get component-specific default dimensions. Returns a record with (width, height, paddingH, paddingV).
Implementation
({double width, double height, double paddingH, double paddingV}) getDefaultDimensions();
Get component-specific default dimensions. Returns a record with (width, height, paddingH, paddingV).
({double width, double height, double paddingH, double paddingV}) getDefaultDimensions();