FDividerStyleDelta.delta constructor
const
FDividerStyleDelta.delta({
- Color? color,
- EdgeInsetsGeometry? padding,
- double? width,
Creates a partial modification of a FDividerStyle.
Parameters
- FDividerStyle.color - The color of the separating line.
- FDividerStyle.padding - The padding surrounding the separating line.
- FDividerStyle.width - The width (thickness) of the separating line.
Implementation
const factory FDividerStyleDelta.delta({Color? color, EdgeInsetsGeometry? padding, double? width}) =
_FDividerStyleDelta;