Class TabPageSelectorIndicator
Inheritance
System.Object
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
Type |
Name |
Description |
Key |
key |
|
Color |
backgroundColor |
|
Color |
borderColor |
|
System.Nullable<System.Single> |
size |
|
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
Type |
Description |
System.Single |
|
Methods
build(BuildContext)
Declaration
public override Widget build(BuildContext context)
Parameters
Returns
Overrides