xAppBarMake method

Widget xAppBarMake(
  1. double h
)

Implementation

Widget xAppBarMake(double h) {
  return preferredSize(Size.fromHeight(h));
}