CarFloatView constructor

const CarFloatView({
  1. Key? key,
  2. required ImMessage message,
})

Implementation

const CarFloatView({Key? key, required this.message}) : super(key: key);