HumbleStatefulWidget<T> constructor

const HumbleStatefulWidget<T>(
  1. T logic, [
  2. Key? key
])

Implementation

const HumbleStatefulWidget(this.logic, [Key? key]) : super(key: key);