StiloOpacity class abstract

A class that constructs Opacity widgets based on opacity constants

Constructors

StiloOpacity()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

opacity0({Key? key, required Widget child}) Opacity
Constructs an Opacity widget with an opacity of 0%
opacity10({Key? key, required Widget child}) Opacity
Constructs an Opacity widget with an opacity of 10%
opacity100({Key? key, required Widget child}) Opacity
Constructs an Opacity widget with an opacity of 100%
opacity20({Key? key, required Widget child}) Opacity
Constructs an Opacity widget with an opacity of 20%
opacity25({Key? key, required Widget child}) Opacity
Constructs an Opacity widget with an opacity of 25%
opacity30({Key? key, required Widget child}) Opacity
Constructs an Opacity widget with an opacity of 30%
opacity40({Key? key, required Widget child}) Opacity
Constructs an Opacity widget with an opacity of 40%
opacity5({Key? key, required Widget child}) Opacity
Constructs an Opacity widget with an opacity of 5%
opacity50({Key? key, required Widget child}) Opacity
Constructs an Opacity widget with an opacity of 50%
opacity60({Key? key, required Widget child}) Opacity
Constructs an Opacity widget with an opacity of 60%
opacity70({Key? key, required Widget child}) Opacity
Constructs an Opacity widget with an opacity of 70%
opacity75({Key? key, required Widget child}) Opacity
Constructs an Opacity widget with an opacity of 75%
opacity80({Key? key, required Widget child}) Opacity
Constructs an Opacity widget with an opacity of 80%
opacity90({Key? key, required Widget child}) Opacity
Constructs an Opacity widget with an opacity of 90%
opacity95({Key? key, required Widget child}) Opacity
Constructs an Opacity widget with an opacity of 95%