Simple widget to play around with gestures and perspective using Transform.
- Null safety
height
: The height of the widget. If null, it expands with it'schild
. - Null safety
padding
: Extra padding outside it'schild
. - Null safety
color
: Background color for the entire widget. - Null safety
borderRadius
: BorderRadius for the entire widget. - Null safety
decorationImage
: DecorationImage for the entire widget. - Null safety
blurRadiusShadow
:blurRadius
for shadow outside the widget. Default value is 15. - Null safety
colorShadow
: color used for shadow. Default value isTheme.of(context).primaryColor.withOpacity(.5)
- Null safety
force
: Intesity of movement the widget and shadow will take when touching. Default value is 1. - Null safety
onTap
: functio the widget will take on a single tap. - Null safety
child
: The widget below this widget in the tree.