SignpostImageRenderSettings constructor
Constructor with optional border size, border round corners and maximum rows
Parameters
- IN borderSize Border size in pixels
- IN borderRoundCorners Round corners border
- IN maxRows Maximum rows of details in the signpost
Implementation
const SignpostImageRenderSettings({
this.borderSize = 10,
this.borderRoundCorners = true,
this.maxRows = 3,
});