SizedBox

This widget motivated by SizedBox in Flutter.

See: https://api.flutter.dev/flutter/widgets/SizedBox-class.html

Props

width

Value: number | undefined

height

Value: number | undefined

child

Value: Widget | undefined