BrnPhotoBottomCard constructor

BrnPhotoBottomCard({
  1. Key? key,
  2. String? name,
  3. String? des,
  4. PhotoBottomCardState model = PhotoBottomCardState.cantFold,
  5. double contentHeight = 150,
  6. GalleryDetailConfig? themeData,
})

Implementation

BrnPhotoBottomCard(
    {Key? key,
    this.name,
    this.des,
    this.model = PhotoBottomCardState.cantFold,
    this.contentHeight = 150,
    this.themeData})
    : super(key: key);