build method

  1. @override
Widget build()
override

The build method for the knob.

This method is responsible for building the widget that represents the knob.

Implementation

@override
Widget build() => knobValue.build(
      label: label,
      description: description,
      nullable: true,
      enabled: enabled,
    );