HumbleWidget<T> constructor

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

Implementation

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