NvGolden class abstract

Exposes all golden builders available: singular grid devices

Constructors

NvGolden()

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

devices({required List<Screen> deviceSizes, Widget wrap(Widget child)?, Widget wrapScenario(Widget child)?, BoxDecoration? decoration}) NvGoldenMultiple
Devices NvGolden Constructor
grid({required int nrColumns, Screen? screen, Widget wrap(Widget child)?, Widget wrapScenario(Widget child)?, BoxDecoration? decoration}) NvGoldenMultiple
Grid NvGolden Constructor
init() Future<void>
Initialize golden tests
loadFont({required String name, required List<String> paths, bool isRelativePath = true}) Future<void>
Optionally load fonts
singular({required Widget widget, required Screen screen}) NvGoldenSingular
Singular NvGolden Constructor