Inheritance
System.Object
SafeArea
public class SafeArea : StatelessWidget
Constructors
Declaration
public SafeArea(Key key = null, bool left = true, bool top = true, bool right = true, bool bottom = true, EdgeInsets mininum = null, Widget child = null)
Parameters
Type |
Name |
Description |
Key |
key |
|
System.Boolean |
left |
|
System.Boolean |
top |
|
System.Boolean |
right |
|
System.Boolean |
bottom |
|
EdgeInsets |
mininum |
|
Widget |
child |
|
Fields
Declaration
public readonly bool bottom
Field Value
Type |
Description |
System.Boolean |
|
Declaration
public readonly Widget child
Field Value
Declaration
public readonly bool left
Field Value
Type |
Description |
System.Boolean |
|
Declaration
public readonly EdgeInsets minimum
Field Value
Declaration
public readonly bool right
Field Value
Type |
Description |
System.Boolean |
|
Declaration
Field Value
Type |
Description |
System.Boolean |
|
Methods
build(BuildContext)
Declaration
public override Widget build(BuildContext context)
Parameters
Returns
Overrides
Declaration
public override void debugFillProperties(DiagnosticPropertiesBuilder properties)
Parameters
Overrides