FabList constructor

const FabList({
  1. Key? key,
})

Implementation

const FabList({
  super.key,
});