FluidLayoutFormat constructor

FluidLayoutFormat({
  1. LayoutValue<double>? margin,
})

Implementation

FluidLayoutFormat({
  LayoutValue<double>? margin,
}) : this.margin = margin ?? _defaultMargin;