NovelEntranceView constructor

const NovelEntranceView({
  1. Key? key,
  2. required double viewWidth,
  3. required double viewHeight,
  4. required String type,
  5. required String style,
})

Implementation

const NovelEntranceView(
    {Key? key,
    required this.viewWidth,
    required this.viewHeight,
    required this.type,
      required this.style})
    : super(key: key);