Class AnimatedModalBarrier
Inheritance
AnimatedModalBarrier
Inherited Members
Namespace: Unity.UIWidgets.widgets
Syntax
public class AnimatedModalBarrier : AnimatedWidget
Constructors
AnimatedModalBarrier(Key, Animation<Color>, Boolean)
Declaration
public AnimatedModalBarrier(Key key = null, Animation<Color> color = null, bool dismissible = true)
Parameters
| Type | Name | Description |
|---|---|---|
| Key | key | |
| Animation<Color> | color | |
| Boolean | dismissible |
Fields
dismissible
Declaration
public readonly bool dismissible
Field Value
| Type | Description |
|---|---|
| Boolean |
Properties
color
Declaration
public Animation<Color> color { get; }
Property Value
| Type | Description |
|---|---|
| Animation<Color> |
Methods
build(BuildContext)
Declaration
protected override Widget build(BuildContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| BuildContext | context |
Returns
| Type | Description |
|---|---|
| Widget |