AspectRatioItem constructor

const AspectRatioItem({
  1. double? value,
  2. required String text,
})

Creates an instance of the AspectRatioItem class with the specified properties.

Implementation

const AspectRatioItem({this.value, required this.text});