TSize constructor
const
TSize({})
Creates a custom TSize definition.
Implementation
const TSize({
this.minW = 0,
this.minH = 0,
this.hPad = 0,
this.vPad = 0,
this.font = 12,
this.icon = 16,
this.radius = 6,
this.spacing = 4,
});