ActionSpacer constructor

const ActionSpacer(
  1. {Key? key,
  2. double height = 20}
)

Implementation

const ActionSpacer({super.key, this.height = 20});