UiKitPage constructor

const UiKitPage({
  1. bool componentWithPadding = false,
  2. Key? key,
})

Implementation

const UiKitPage({
  this.componentWithPadding = false,
  Key? key,
}) : super(key: key);