radioListTile<T> abstract method

Widget radioListTile<T>(
  1. AppModel app,
  2. BuildContext context,
  3. T t,
  4. T? groupValue,
  5. String title,
  6. String? subTitle,
  7. ValueChanged<T?>? valueChanged,
)

Implementation

Widget radioListTile<T>(
    AppModel app,
    BuildContext context,
    T t,
    T? groupValue,
    String title,
    String? subTitle,
    ValueChanged<T?>? valueChanged);