Inheritance
System.Object
Divider
public class Divider : StatelessWidget
Constructors
Declaration
public Divider(Key key = null, float height = 16F, float indent = 0F, Color color = null)
Parameters
Type |
Name |
Description |
Key |
key |
|
System.Single |
height |
|
System.Single |
indent |
|
Color |
color |
|
Fields
Declaration
public readonly Color color
Field Value
Declaration
public readonly float height
Field Value
Type |
Description |
System.Single |
|
Declaration
public readonly float indent
Field Value
Type |
Description |
System.Single |
|
Methods
build(BuildContext)
Declaration
public override Widget build(BuildContext context)
Parameters
Returns
Overrides
createBorderSide(BuildContext, Color, Single)
Declaration
public static BorderSide createBorderSide(BuildContext context, Color color = null, float width = 0F)
Parameters
Returns