LoadingStyle.normal constructor

LoadingStyle.normal({
  1. Widget? child,
})

Construct a LoadingStyle.normal widget. Provide a child to display a custom loading widget. By default, the Nylo app loader will be displayed.

Implementation

LoadingStyle.normal({this.child})
  : type = LoadingStyleType.normal,
    skeletonizerEffect = null;