XPositionedParams class

Inheritance

Constructors

XPositionedParams({required double? left, required double? top, required double? right, required double? bottom, required double? width, required double? height, required SSRWidget child, bool isSliver = false})

Properties

bottom double?
final
child SSRWidget
final
hashCode int
The hash code for this object.
no setterinherited
height double?
final
isSliver bool
final
key Key?
finalinherited
left double?
final
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
top double?
final
width double?
final

Methods

applyTheme(HubbleThemeData theme) → void
override
build(BuildContext context) Widget
override
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

from(XStack_Positioned widget, SSRBuildContext context, WidgetMetadata metadata) XPositionedParams?