Skip to main content

Widget Documentation: LMFeedSwitch

Widget: LMFeedSwitch

The LMFeedSwitch is a custom switch widget designed with advanced styling options, such as customizable text, thumb color, and track color.

View the code on GitHub

View Style: LMFeedSwitchStyle

The LMFeedSwitchStyle defines the appearance and layout properties for the LMFeedSwitch, including options for text styling, thumb and track colors, and icons.

FieldDescriptionType
textStyleSpecifies the style of the text associated with the switch.LMFeedTextStyle
thumbColorDefines the color of the switch's thumb.Int
trackColorSpecifies the color of the switch's track.Int
thumbIconSets the icon resource for the switch's thumb.Int
thumbIconColorDefines the tint color for the thumb icon.Int

View the code on GitHub