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