fg()
Sets the color of the divider line.
fg(color: BindingOrValue<UIColor | UIColor.ColorName | undefined>): this;
Notes
- Alias for lineColor().
Related
class DividerBuilder static
A builder class for creating UIDivider instances.
Sets the color of the divider line.
fg(color: BindingOrValue<UIColor | UIColor.ColorName | undefined>): this;