SessionLabel constructor

const SessionLabel({
  1. required String custom,
})

custom_field_label_param

The label for the field, displayed to the customer.

Implementation

const SessionLabel({required this.custom});