Class TabPageSelectorIndicator
Inheritance
TabPageSelectorIndicator
Syntax
public class TabPageSelectorIndicator : StatelessWidget
Constructors
TabPageSelectorIndicator(Key, Color, Color, Nullable<Single>)
Declaration
public TabPageSelectorIndicator(Key key = null, Color backgroundColor = null, Color borderColor = null, float? size = default(float? ))
Parameters
Fields
backgroundColor
Declaration
public readonly Color backgroundColor
Field Value
borderColor
Declaration
public readonly Color borderColor
Field Value
size
Declaration
public readonly float size
Field Value
Methods
build(BuildContext)
Declaration
public override Widget build(BuildContext context)
Parameters
Returns
Overrides