alignment property Null safety
final
The Box child alignment will be set using alignment. Use nativebase alignment tokens as string like wise
Box(
alignment:'leftBottom'
)
Implementation
@override
final String? alignment;
The Box child alignment will be set using alignment. Use nativebase alignment tokens as string like wise
Box(
alignment:'leftBottom'
)
@override
final String? alignment;