topRight method
Apply widget to top right
Equivalent to:
Align(
alignment: Alignment.topRight
)
Implementation
Niku topRight() => Niku(Align(
alignment: Alignment.topRight,
child: this._widget,
));
Apply widget to top right
Equivalent to:
Align(
alignment: Alignment.topRight
)
Niku topRight() => Niku(Align(
alignment: Alignment.topRight,
child: this._widget,
));