centered property

bool? centered
final

Used to custom shapes to change bounds:

if centered is true -> element bounds are square with default padding if centered is false -> element bounds fills the container size

Implementation

final bool? centered;