Inheritance
System.Object
DefaultAssetBundle
public class DefaultAssetBundle : InheritedWidget
Constructors
Declaration
public DefaultAssetBundle(Key key = null, AssetBundle bundle = null, Widget child = null)
Parameters
| Type |
Name |
Description |
| Key |
key |
|
| AssetBundle |
bundle |
|
| Widget |
child |
|
Fields
Declaration
public readonly AssetBundle bundle
Field Value
| Type |
Description |
| AssetBundle |
|
Methods
of(BuildContext)
Declaration
public static AssetBundle of(BuildContext context)
Parameters
Returns
| Type |
Description |
| AssetBundle |
|
Declaration
public override bool updateShouldNotify(InheritedWidget oldWidget)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
Overrides