BtWidget constructor

BtWidget({
  1. Key? key,
  2. String? updateKey,
  3. BtWidgetShouldRebuild? shouldRebuild,
})

Implementation

BtWidget({Key? key, this.updateKey, this.shouldRebuild}) : super(key: key);