Skip to content

MTextButtonStyle

Stanislav Podolia edited this page Jul 21, 2020 · 6 revisions

Flow Wiki

MTextButtonStyle

  • MThemeColor

  • MContained

  • MOutlined

  • MButtonTextColor
    Forces button text to be white or black, works only on raised buttons.
    Should be used only in cases where both colors work, MBlue(500) and MOrange(500) for example.

    • white : bool
  • MFullWidth
    Style for expand space between columns to full width

  • MElevation
    Elevation on focus (8. by default)

  • MLeftIcon
    Left icon
    See MShowLeftButton for action button

  • MRightIcon

  • MCustomTextStyle
    Custom size and color, use MCustomFont for custom fontfamilies and opacities.

  • MButtonPaddings

    • left : double
    • top : double
    • right : double
    • bottom : double
  • MOutlineColor
    Works only with MOutlined()

  • MOutlineOpacity

    • opacity : double
Clone this wiki locally