getValue method

Widget? getValue()

Implementation

Widget? getValue() => Utils.horizontalRow(
  _renderValue(),
  _renderRightIcon(),
  axisAlignment: MainAxisAlignment.end,
);