build method

Widget build()

The build method for the knob.

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

Implementation

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