$FDividerStyleTransformations extension
Methods
-
copyWith(
{Color? color, EdgeInsetsGeometry? padding, double? width}) → FDividerStyle -
Available on FDividerStyle, provided by the $FDividerStyleTransformations extension
Returns a copy of this FDividerStyle with the given properties replaced. -
lerp(
FDividerStyle other, double t) → FDividerStyle -
Available on FDividerStyle, provided by the $FDividerStyleTransformations extension
Linearly interpolate between this and another FDividerStyle using the given factort
.