HexagonWidgetBuilder class

Constructors

HexagonWidgetBuilder({Key? key, double? elevation, Color? color, double? padding, double? cornerRadius, Widget? child})
HexagonWidgetBuilder.transparent({Key? key, double? padding, double? cornerRadius, Widget? child})

Properties

child Widget?
final
color Color?
final
cornerRadius double?
final
elevation double?
final
hashCode int
The hash code for this object.
no setterinherited
key Key?
final
padding double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build({required HexagonType type, required dynamic inBounds, double? width, double? height, Widget? child, bool replaceChild = false}) HexagonWidget
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