QdsTextAreaHeightTypeFixed constructor

const QdsTextAreaHeightTypeFixed({
  1. required double height,
})

Implementation

const QdsTextAreaHeightTypeFixed({required this.height});