getRightLabels method

List<Widget> getRightLabels()

Implementation

List<Widget> getRightLabels(){
  return [
    if(trailing != null) trailing!,
    if(trailingBottom != null) trailingBottom!,
    if(footerRight != null) footerRight!,
  ];
}